home *** CD-ROM | disk | FTP | other *** search
- What are some good C++ coding standards?
-
- Are coding standards necessary? sufficient?
-
- Should our organization determine coding standards from our C experience?
-
- Should I declare locals in the middle of a fn or at the top?
-
- What source-file-name convention is best? 'foo.C'? 'foo.cc'? 'foo.cpp'?
-
- What header-file-name convention is best? 'foo.H'? 'foo.hh'? 'foo.hpp'?
-
- Are there any lint-like guidelines for C++?
-
-